[XEND] Fix missing domains on domU reboot.
authorAlastair Tse <atse@xensource.com>
Fri, 17 Nov 2006 15:53:29 +0000 (15:53 +0000)
committerAlastair Tse <atse@xensource.com>
Fri, 17 Nov 2006 15:53:29 +0000 (15:53 +0000)
commite1e7aa6e073a62e565f12076ef485a6546c76a02
tree7867f78aaaa18c76f70dc19b4c17a56c085e2ae0
parentcc60b785f631cda5524b9cb9225e6baa64ebed0b
[XEND] Fix missing domains on domU reboot.

Fixed regression with rebooting domU caused by the change in handling
syncing state from Xen and Xend.

Added missing implementation for XendDomainInfo.unwatchVm() which
disappeared during a merge.

Added protection for console/vnc-port reading for managed domains.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py